@charset "utf-8";
*{margin: 0; padding: 0; }
body {
	font-family: "Microsoft Yahei";
	font-size: 14px;
	color: #333;
	background-color: #fbfbfb;
}
a, a:hover { text-decoration: none; color: #333; }
ul, li { list-style: none; }
svg{
	fill: currentColor;
}
.mt-tabpage {
	width: 800px;
	margin: 0 auto;
}
.mt-tabpage-title {
	height: 45px;
	font-size: 0;
	background-color: #fff;
	width: 100%;
	margin: auto;
	background: #fff;
	overflow: hidden;
}
.mt-tabpage-title .mt-tabpage-item {
	display: inline-block;
	width: 15%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #666;
	font-size: 12px;
	border:1px solid #C0C0C0;
	margin: 0 6px;
	border-radius: 5px;
	float:left;
}
.mt-tabpage-title .mt-tabpage-item-cur {
	color: #0257d6;
	font-size: 14px;
	border: 1px solid #0257d6;
	background: #edf3ff;
}
.mt-tabpage-count {
	position: relative;
	width: 100%;
	height: 1500px;
	overflow-x: hidden;
	overflow-y: auto;
	margin-top: 20px;
}
#mt-tabpage-count1 {
	position: relative;
	width: 100%;
	height: 1200px;
	overflow-x: hidden;
	overflow-y: auto;
	margin-top: 20px;
}
.mt-tabpage-cont__wrap {
	position: absolute;
}
.mt-tabpage-count .mt-tabpage-item {
	width: 800px;
	height: 100%;
	line-height: 100%;
}
tr,td{
	border: 1px solid #ccc;
	padding: 5px;
}
@media only screen and (max-width:668px){
	.erBorder{
		padding-right:0 !important;
		padding-left:0 !important;
	}
	.mt-tabpage {
		width: 100% !important;
		margin: 0 auto;
		background:#ffffff !important;
	}
	.mt-tabpage-title1 {
		height: 45px;
		font-size: 0;
		background-color: #fff;
		width: 100%;
		margin: auto;
		background: #fff;
		overflow: hidden;
	}
	.mt-tabpage-title1 .mt-tabpage-item1 {
		display: inline-block;
		width: 28% !important;
		height: 44px;
		line-height: 44px;
		text-align: center;
		color: #666;
		font-size: 12px;
		border:1px solid #C0C0C0;
		margin: 0 6px;
		border-radius: 5px;
	}
	.mt-tabpage-count .mt-tabpage-item{
		width: 320px;
		height: 100%;
		line-height: 100%;
	}
}
